updating oE db_current
db_current
include eds.e namespace eds public function db_current()
gets name of currently selected database.
Parameters:
- None.
Returns:
A sequence, the name of the current database. An empty string means that no database is currently selected.
Comments:
The actual name returned is the path as supplied to the db_open routine.
Example 1:
s = db_current_database()
See Also:
Not Categorized, Please Help
|